From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 17:38:56 +0000 (+0100) Subject: gtk: mark MenuButton::get_label/get_icon_name as nullable X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~61^2^2~134^2~5 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=1d72024605e31e3ed264a63c9428f84455685bb0;p=gtk4.git gtk: mark MenuButton::get_label/get_icon_name as nullable --- diff --git a/gtk/gtkmenubutton.c b/gtk/gtkmenubutton.c index 370956da85..67c3236508 100644 --- a/gtk/gtkmenubutton.c +++ b/gtk/gtkmenubutton.c @@ -1059,7 +1059,7 @@ gtk_menu_button_set_icon_name (GtkMenuButton *menu_button, * * Gets the name of the icon shown in the button. * - * Returns: the name of the icon shown in the button + * Returns: (nullable): the name of the icon shown in the button */ const char * gtk_menu_button_get_icon_name (GtkMenuButton *menu_button) @@ -1182,7 +1182,7 @@ gtk_menu_button_set_label (GtkMenuButton *menu_button, * * Gets the label shown in the button * - * Returns: the label shown in the button + * Returns: (nullable): the label shown in the button */ const char * gtk_menu_button_get_label (GtkMenuButton *menu_button)